@charset "utf-8";
* {
	padding: 0;
	margin: 0;

}
ol, ul {
	list-style: none
}
a {
	text-decoration: none
}
img {
	border: 0
}

.w1440 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden
}
.divhidden {
	display: none
}
.customer {
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 79px
}
.customer_t {
	text-align: center;
	padding-top: 15px;
	color: #666;
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 50px
}
.customer_t h2 {
	height: 66px;
	line-height: 66px;
	font-size: 40px;
	color: #000;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "华文细黑"
}
.customer_t p {
	font-size: 18px
}
.customer_top {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
.customer_top a.two_sel {
	color: #fff;
	background-color: #f11c1f
}
.customer_top a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	border-radius: 20px;
	background:#f1f1f1;
}


.solution_ul2 {
	overflow: hidden;
	padding-top: 40px;
}

.solution_ul2 ul li {
	float: left;
	width: 375px;
	height: 249px;
	border:1px solid #ddd;
	margin:0 20px;
	overflow:hidden;
	
}
.solution_ul2 ul li img{width: 375px;
	height: 249px; transition:all 1s;}
.solution_ul2 ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}

.anim-1 {
	transform: translateY(100px) translateX(0);
	transition: transform .8s, opacity .8s
}
.anim-2 {
	transform: translateY(100px) translateX(0);
	transition: transform 1s, opacity 1s
}
.anim-show {
	transform: translateY(0) translateX(0);
	opacity: 1
}

.solution_ul3 {
	overflow: hidden;
	padding-top: 40px;
}
.solution_ul3 ul{margin-left:120px;}
.solution_ul3 ul li {
	float: left;
	width: 215px;
	height: 249px;
	border:1px solid #ddd;
	margin:0 20px;
	overflow:hidden;
	
}
.solution_ul3 ul li img{width: 215px;
	height: 249px; transition:all 1s;}
.solution_ul3 ul li img:hover{ transform-origin:center center; transform:scale(1.15,1.15);}
